TwclGattLocalCharacteristic.Clients[Integer] Property

Gets the subscribed client by its index.

Namespace: wclBluetooth
public
 property Clients[const Index: Integer]: TwclGattServerClient
 read GetClients; default;

Parameters

Index
Type: Integer

The client's index. The Index parameter must be in range between 0 and Count - 1. If the Index is out of range the wclErrors.wclEInvalidArgument exception raises.

Property Value

The TwclGattServerClient object.